-
Notifications
You must be signed in to change notification settings - Fork 2k
fix: Respect --override-*
flags on cast call
with --trace
flag
#10721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! I think it makes sense, we'd need some tests for it too.
what do others think re adding such?
I have looked at the existing tests for |
Ah, actually I did not see the |
007b3e5
to
66a282b
Compare
I have added tests and rebased onto the latest master. Thanks |
66a282b
to
5cde566
Compare
I have rebased and added the block overrides to work with |
Tests in CI are failing after the rebase but not sure what the reason is as these tests don't use |
yeah, not related, looks like a contract we use in a test was upgraded and returns different now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, makes sense. waiting for one more review before merging, @zerosnacks mind to have a look?
Fixes #10720